home *** CD-ROM | disk | FTP | other *** search
- # -----------------------------------------------------------------------
- # $Id: init.in,v 1.2 1994/08/10 20:23:43 mjl Exp $
- #
- # Maurice LeBrun
- # IFS, University of Texas at Austin
- # 14-Jul-1994
- #
- # Basic make assignments for PLplot under Unix (driven by "configure").
- # These are used in both the library and demo Makefiles.
- # -----------------------------------------------------------------------
-
- # Utilities
-
- CC = gcc
- LDC = gcc
- OCC = gcc
- F77 =
- LDF = gcc
- M4 = m4
- LN = ln -s
-
- # Flags and other miscellanea
-
- F77_FLAGS =
- LDC_FLAGS =
- LDF_FLAGS =
- LDC_LIBS = -lgrx -lm
- LDF_LIBS = -lgrx -lf2c -lm
- LIB_TAG =
- TO = -o
- O = .o
- E =
-
- # Install directories
-
- LIB_DIR = \plplot\lib
- LIB_DIR2 = /plplot/lib
- DOC_DIR = \plplot\doc
- BIN_DIR = \plplot\bin
- INFO_DIR = \plplot\info
- INCLUDE_DIR = \plplot\include
- INCLUDE_DIR2 = /plplot/include
- TCL_DIR = \plplot\tcl
- DEMOS_DIR = \plplot\demos
-